.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #4b9e7e;
}
h1 {
	text-transform: uppercase;
	color: #303030;
	font-size: 34px;
	font-weight: normal;
	font-family: 'Asap', sans-serif;
	margin: 0;
	line-height: 34px;
}
h2 {
	font-size: 29px;
	color: #303030;
	font-weight: normal;
	font-family: 'Asap', sans-serif;
	margin: 0;
	line-height: 36px;
}
h3 {
	color: #000;
	font-size: 17px;
	font-family: 'Asap', sans-serif;
	font-weight: normal;
	line-height: 21px;
	margin-bottom: 20px;
}
h4 {
	color: #000;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Asap', sans-serif;
	margin-bottom: 12px;
}
h5 {
	color: #4b9e7e;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Asap', sans-serif;
}
h5 a:hover {
	color: #000000;
}
.alert-heading {
	color: inherit;
}
p {
	margin: 0;
	padding-bottom: 12px;
}
.icons-marker {
	font-size: 14.399999999999999px;
	line-height: 16px;
}
/*Buttons*/
.btn {
	padding: 4px 14px;
	font-size: 12px;
	line-height: 16px;
	background: #ffffff;
	color: #606060;
	text-shadow: none;
	border: 1px solid #e6e6e6;
	border-bottom-color: #e6e6e6;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn:hover {
	text-decoration: none;
	background: #e6e6e6;
	color: #000000;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn-primary {
	color: #4b9e7e !important;
	border: none;
	background: none !important;
	padding: 0;
	line-height: 22px;
	font-size: 12px;
	height: 22px;
	outline: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-primary:hover {
	color: #000000 !important;
}
.btn-primary.submitButton {
	float: right;
}
.btn-primary.disabled {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #000000 !important;
}
.btn-info {
	color: #4b9e7e !important;
	border: none;
	background: none !important;
	padding: 0;
	line-height: 22px;
	font-size: 12px;
	outline: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-info:hover {
	color: #000000 !important;
}
#searchForm .btn.btn-primary {
	font-size: 13px;
	line-height: 26px;
	height: 26px;
}
/*Lists*/
ul.categories-module h5 {
	font-size: 1em;
	line-height: inherit;
	font-weight: normal;
	margin: 0;
}
/*Pagination*/
.pagination {
	height: auto;
	margin: 0;
	padding: 0 0 56px;
}
.pagination .counter {
	padding-bottom: 20px;
}
.pagination ul {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
.pagination ul li {
	display: inline-block;
	margin-right: 10px;
}
.pagination ul li .pagenav {
	font-size: 12px;
	font-family: 'Droid Sans', sans-serif;
	text-transform: none;
	color: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	line-height: 24px;
	padding: 0 11px;
}
.pagination ul li span.pagenav {
	color: #ffffff;
	background: #4b9e7e;
	border: 1px solid #4b9e7e;
}
.pagination ul li a.pagenav {
	color: #757473;
	border: 1px solid #d0d0d0;
	background: #ffffff;
}
.pagination ul li a.pagenav:hover {
	background: #4b9e7e;
	color: #ffffff;
	border: 1px solid #4b9e7e;
}
.pagination ul li.num span.pagenav {
	color: #ffffff;
	background: #4b9e7e;
	border: 1px solid #4b9e7e;
}
/*Forms*/
input[type='radio'], input[type='checkbox'] {
	margin: 3px 0 0;
}
/* Images */
.item_img, .category_img {
	margin-bottom: 29px;
}
.img-intro__left, .img-full__left {
	float: left;
	margin: 0 25px 9px 0;
}
.img-intro__right, .img-full__right {
	float: right;
	margin: 0 18px 9px 0;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
html {
	background: url(../images/texture.jpg) 50% 0 #f4f3f3;
}
html body {
	background: none;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
	margin-bottom: 54px;
	padding-top: 50px;
}
#header-row .container {
	padding: 17px 0 32px;
	border-bottom: 1px solid #d6d6d6;
}
#logo {
	padding: 30px 0 0;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
	padding: 1px 0 62px;
}
.slogan {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #d6d6d6;
	padding-bottom: 1px;
}
.top_text {
	color: #6f6f6f;
	padding-top: 5px;
	font-size: 17px;
	font-family: 'Asap', sans-serif;
	line-height: 20px;
}
.select-menu {
	display: none;
}
.navigation ul.sf-menu {
	position: relative;
	float: right;/*SubMenu Styles*//*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
	padding: 0;
	margin: 0 11px 0 1px;
	height: 26px;
}
.navigation ul.sf-menu > li.active > a, .navigation ul.sf-menu > li.sfHover > a, .navigation ul.sf-menu > li.current > a, .navigation ul.sf-menu > li.active > span, .navigation ul.sf-menu > li.sfHover > span, .navigation ul.sf-menu > li.current > span {
	background: #4b9e7e;
	color: #ffffff;
}
.navigation ul.sf-menu > li.active > a, .navigation ul.sf-menu > li.current > a, .navigation ul.sf-menu > li.active > span, .navigation ul.sf-menu > li.current > span {
	font-weight: bold;
}
.navigation ul.sf-menu > li > a, .navigation ul.sf-menu > li > span {
	font-size: 13px;
	line-height: 26px;
	font-family: 'Asap', sans-serif;
	color: #000000;
	height: 26px;
	display: block;
	padding: 0 8px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover, .navigation ul.sf-menu > li > span:hover {
	background: #4b9e7e;
	color: #ffffff;
}
.navigation ul.sf-menu li:hover > ul, .navigation ul.sf-menu li.sfHover > ul {
	top: 28px;
}
.navigation ul.sf-menu ul {
	width: 155px;
}
.navigation ul.sf-menu li li:hover ul, .navigation ul.sf-menu li li.sfHover ul {
	top: -12px;
	left: 157px;
}
.navigation ul.sf-menu li li li:hover ul, .navigation ul.sf-menu li li li.sfHover ul {
	top: -12px;
	left: 157px;
}
.navigation ul.sf-menu ul {
	background: #4b9e7e;
	padding: 12px 0;
}
.navigation ul.sf-menu ul li a, .navigation ul.sf-menu ul li span {
	font-size: 12px;
	line-height: 35px;
	font-family: 'Asap', sans-serif;
	color: #ffffff;
	background: none;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding: 0 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover, .navigation ul.sf-menu ul li span:hover {
	background: #333333;
	color: #ffffff;
}
.navigation ul.sf-menu ul li.active > a, .navigation ul.sf-menu ul li.sfHover > a, .navigation ul.sf-menu ul li.active > span, .navigation ul.sf-menu ul li.sfHover > span {
	background: #333333;
	color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
	border: none;
}
.navigation ul.sf-menu.sf-vertical {
	width: 155px;/*Define 1st SubMenu position*/
}
.navigation ul.sf-menu.sf-vertical li {
	width: 155px;
	margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul, .navigation ul.sf-menu.sf-vertical li.sfHover > ul {
	top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
	left: 157px;
}
.navigation ul.sf-menu.sf-vertical ul li a, .navigation ul.sf-menu.sf-vertical ul li span {
	padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
	height: 26px;
	padding-bottom: 26px;
	margin-bottom: 2px;/*Define 1st SubMenu position*/
}
.navigation ul.sf-menu.sf-navbar li:hover > ul, .navigation ul.sf-menu.sf-navbar li.sfHover > ul {
	top: 28px;
	left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
	width: auto;
	padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
	width: 155px;
	top: 26px;
}
.search-block {
	text-align: right;
}
.search-block input {
	max-width: 100%;
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv .isotope {
	margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
	padding: 0 1.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
	text-align: center;
}
/*======================= FEATURE =======================*/
#feature-row {
	padding: 40px 0 12px;
}
.services {
	position: relative;
}
.services:before {
	background: #d6d6d6;
	content: '';
	width: 1px;
	position: absolute;
	left: 423px;
	top: 17px;
	bottom: 40px;
}
.services .item_num0 {
	padding-right: 96px;
}
.services h1 {
	color: #7b7979;
	margin-bottom: 17px;
}
.services .color {
	color: #000;
}
/*======================= MAINTOP =======================*/
#maintop-row .container {
	border-top: 1px solid #d6d6d6;
	padding: 46px 0 0;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
	padding: 0 0 15px;
}
#content-row .container {
	position: relative;
}
#content-row .container:before {
	content: '';
	position: absolute;
	width: 1px;
	left: -9999px;
	top: 5px;
	bottom: 60px;
	display: block;
	background: #d6d6d6;
}
#content-row.almb8ar4 .container:before {
	left: 805px;
}
#component {
	min-height: 0;
}
.container-fluid {
	padding: 0 !important;
}
.item {
	margin-bottom: 23px;
}
.item:after {
	content: '';
	display: block;
	clear: both;
}
.page-header {
	border: none;
	padding: 0;
	margin: 0;
}
.item_info_dl {
	margin: 0 0 16px;
}
.item_info_dl dd {
	margin: 0;
	display: inline;
}
.item_info_dl dd > * {
	display: inline;
}
.item_icons.btn-group.pull-right {
	margin: 0 0 10px 10px;
	position: relative;
	z-index: 10;
}
/*===== Gallery Page ======*/
ul.gallery {
	margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 40px 20px;
	float: left;
	list-style: none;
}
ul.gallery .gallery-item .item_img {
	margin-right: 0;
	float: none;
}
ul.gallery .gallery-item.straightDown {
	float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
	float: left;
	margin: 0 16px 16px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
	margin-bottom: 30px;
}
blockquote {
	padding: 0 0 12px;
	margin: 0;
	border-left: none;
}
blockquote p {
	margin-bottom: 0;
	padding: 20px 0 20px 13px;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	position: relative;
}
blockquote p:before {
	content: 'вЂњ';
	color: #000;
	position: absolute;
	font-family: 'Asap', sans-serif;
	font-size: 36px;
	left: 0;
	top: 0;
	line-height: 30px;
}
blockquote small {
	text-align: left;
	font-size: 14px;
	color: #000;
	font-family: 'Asap', sans-serif;
	padding-left: 13px;
}
blockquote small:before {
	display: none;
}
blockquote small span {
	color: #4b9e7e;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}
.page-category__services {
	padding-bottom: 16px;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
	overflow: hidden;
}
.item_published {
	float: left;
	text-align: center;
	margin-top: -4px;
	color: #4b9e7e;
	font-weight: bold;
	font-size: 19px;
	line-height: 30px;
	margin-right: 13px;
	text-transform: lowercase;
}
.item_published span {
	display: block;
	font-size: 21px;
}
.item_published strong {
	display: block;
	font-size: 43px;
}
.page-blog .item_title, .page-item__blog .item_title {
	overflow: hidden;
	max-width: 350px;
}
.page-blog .item-content, .page-item__blog .item-content {
	clear: both;
	padding: 6px 0 0;
}
.page-item__blog .item_img {
	clear: both;
	padding-top: 6px;
}
.page-item__blog .item_fulltext {
	clear: both;
}
.page-item {
	padding-bottom: 40px;
}
.page-archive .intro {
	padding-top: 6px;
	clear: both;
}
.page-category__about .item {
	margin-bottom: 10px;
}
.page-category__about .item .item_title {
	margin-bottom: 10px;
}
.addthis_toolbox {
	padding-top: 12px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module, .categories-module, .mod-menu .nav.menu, .list1 ul {
	margin: 0;
}
.archive-module li, .categories-module li, .mod-menu .nav.menu li, .list1 ul li {
	list-style: none;
	padding: 0 0 10px 24px;
	text-transform: uppercase;
	font-size: 13px;
	background: url(../images/list_marker.png) 0 3px no-repeat;
}
.archive-module li a, .categories-module li a, .mod-menu .nav.menu li a, .list1 ul li a {
	display: inline;
}
.archive-module li a:hover, .categories-module li a:hover, .mod-menu .nav.menu li a:hover, .list1 ul li a:hover {
	background: none;
}
#aside-right .moduletable {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 96px;
	margin-bottom: 45px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row .container {
	border-top: 1px solid #d6d6d6;
	padding: 41px 0 22px;
}
.news {
	position: relative;
}
.news .item_content {
	overflow: hidden;
}
.news .item_content .item_title {
	margin-bottom: 10px;
}
.news .item_published {
	padding-left: 14px;
	padding-right: 22px;
}
.news:before {
	background: #d6d6d6;
	content: '';
	width: 1px;
	position: absolute;
	left: 423px;
	top: 17px;
	bottom: 40px;
}
.news .item_num0 {
	padding-right: 96px;
}
.bottom_blocks .dropcap {
	float: left;
	color: #000;
	font-size: 24px;
	font-family: 'Asap', sans-serif;
	font-weight: normal;
	width: 28px;
}
.bottom_blocks .item_content {
	overflow: hidden;
}
.bottom_blocks .item_content p {
	padding-bottom: 0;
}
/*======================= BOTTOM =======================*/
#bottom-row .container {
	padding: 46px 0 19px;
	border-top: 1px solid #d6d6d6;
}
.whats_new .item_content {
	overflow: hidden;
}
/*======================= FOOTER =======================*/
#copyright-row {
	padding: 50px 0 0;
}
#copyright {
	color: #545454;
	font-size: 11px;
}
#copyright a {
	color: inherit;
}
#copyright a:hover {
	text-decoration: underline;
}
#footer-wrapper {
	background: url(../images/footer_texture.png) 50% 0;
}
.footer_links .mod-menu .nav.menu {
	text-align: right;
}
.footer_links .mod-menu .nav.menu li {
	display: inline-block;
	padding: 0;
	background: none;
	font-size: 11px;
}
.footer_links .mod-menu .nav.menu li + li {
	margin-left: 18px;
	position: relative;
}
.footer_links .mod-menu .nav.menu li + li:before {
	position: absolute;
	content: '';
	background: url(../images/footer_links_marker.png);
	width: 4px;
	height: 4px;
	top: 50%;
	margin-top: -2px;
	left: -12px;
}
.footer_links .mod-menu .nav.menu li a {
	color: #545454;
}
.footer_links .mod-menu .nav.menu li a:hover {
	text-decoration: underline;
}
/*===== Social Media ======*/
.social {
	margin: 0 0 23px;
}
.social li {
	margin: 0 0 0 7px;
}
.social li a {
	width: 25px;
	height: 25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	text-indent: 9999px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.social li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.riiight div.h1 {
	color: #4b9e7e;
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 10px;
	padding: 0;
	text-align: left;
	text-transform: none;
	font-family: "Asap", sans-serif;
	line-height: 34px;
	text-rendering: optimizelegibility;
}
.moduletable div.h1 {
	color: #4b9e7e;
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 10px;
	padding: 0;
	text-align: left;
	text-transform: none;
	font-family: "Asap", sans-serif;
	line-height: 34px;
	text-rendering: optimizelegibility;
}
.item_content div.h4 {
	color: #000;
    font-family: "Asap",sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
	margin-top: 0;
	text-rendering: optimizelegibility;
}
.leeeft ul {
	margin:0px;
	padding:0px;
}
.leeeft ul li {
	margin:0px;
	padding:0px;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.alert_success {
    background: rgba(155, 241, 149, 0.24);
    padding: 5px 10px;
    border-radius: 5px;
    color: #606064;
    border: 1px dashed red;
}